home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
povray3
/
docsdemo
/
halo11.pov
< prev
next >
Wrap
Text File
|
1996-11-07
|
415b
|
26 lines
//
// POV-Ray(tm) 3.0 tutorial example scene.
// Copyright 1996 by the POV-Ray Team
//
#include "halo1.inc"
sphere { 0, 1
pigment { color rgbt <1, 1, 1, 1> }
halo {
glowing
spherical_mapping
linear
turbulence 0.5
color_map {
[ 0 color rgbt <0, 1, 0, 1> ]
[ 1 color rgbt <2, 0, 0, -1> ]
}
samples 10
scale 0.75
}
hollow
scale 1.5
}